Sets a list of boxes for the JPEG 2000 engine.
public void SetBoxes<T>(
Jpeg2000FileFormat format,
List<T> boxes
)
Public Sub SetBoxes(Of T As Jpeg2000MultiBox)( _
ByVal format As Jpeg2000FileFormat, _
ByVal boxes As List(Of T) _
)
public:
void SetBoxesgeneric<typename T>
(
Jpeg2000FileFormat format,
List<T^>^ boxes
)
where T: Jpeg2000MultiBox
format
Jpeg2000FileFormat specifying the JPEG 2000 engine.
boxes
A list of Jpeg2000MultiBox objects containing the box data being set.
T
For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document